Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / RoutingSpline Class / Create Method / Create(InstallationSpace,PointD3D[]) Method
InstallationSpace object.
List of Eplan.EplApi.Base.PointD3D, which are the nodes of the spline. At least 3 points needed.

In This Topic
    Create(InstallationSpace,PointD3D[]) Method
    In This Topic
    Create new routing spline in P8 project.
    Syntax

    Parameters

    pInstallationSpace
    InstallationSpace object.
    arrPointsOnSpline
    List of Eplan.EplApi.Base.PointD3D, which are the nodes of the spline. At least 3 points needed.
    Exceptions
    ExceptionDescription
    Thrown when the RoutingSpline has already been created.
    Thrown if parameter pInstallationSpace is null, number of passed points on spline is less then three.
    Remarks
    Method creates new routing spline and sets given installation space as its parent.
    See Also